//==============================================================================
// Illidan_Anim.txt
//==============================================================================

//==============================================================================
define sword
{
	SetSelector	
	{
		VariationLogic
		set hotspot
		{
			version
      			{
            Visual illidanglaive
			}
		}
	}
}

//==============================================================================
define sword2
{
	SetSelector	
	{
		VariationLogic
		set hotspot
		{
			version
      			{
            Visual illidanglaive2
			}
		}
	}
}

//==============================================================================
define Shockwave
{
   set hotspot
   {
      version
      {
         VisualParticle sfx a meteor shockblast
      }
   }
}
//==============================================================================
define Shockwave2
{
   set hotspot
   {
      version
      {
         VisualParticle sfx a meteorite shockwave
      }
   }
}
//==============================================================================
anim Bored
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual illidan_bored
				Connect righthand sword2 hotspot
				Connect lefthand sword hotspot
				}
			}
		}
	}
}


//==============================================================================
anim Idle
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual illidan_idle
				Connect righthand sword2 hotspot
				Connect lefthand sword hotspot
				}
			}
		}
	}
}

//==============================================================================
anim Walk
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual illidan_walk
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.00 true   
               tag FootstepRight 0.50 true   
//-- end auto generated section
				Connect righthand sword2 hotspot
				Connect lefthand sword hotspot
length 1.0
				}
			}
		}
	}
}

//==============================================================================
anim Gore
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual illidan_gore
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.75 true   
            tag SpecificSoundSet 0.75 false HekaGigantesLand checkVisible 
            tag SpecificSoundSet 0.45 false HekaGigantesJump checkVisible 
            tag SpecificSoundSet 0.75 false HekaGigantesSpecial checkVisible 
//-- end auto generated section
				Connect righthand sword2 hotspot
				Connect lefthand sword hotspot
				Connect attachpoint Shockwave hotspot
				Connect attachpoint Shockwave2 hotspot
length 1.3
         }
      }
   }
}
//==============================================================================
anim Attack
{
   SetSelector
   {
VariationLogic
      set hotspot
      {
         version
         {
				Visual illidan_attacka
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.52 true   
            tag GenericSound 0.40 true   
            tag SpecificSoundSet 0.55 false SwordSwing checkVisible 
//-- end auto generated section
				Connect righthand sword2 hotspot
				Connect lefthand sword hotspot
         }
			version
         {
				Visual illidan_attackb
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.52 true   
            tag GenericSound 0.40 true   
            tag SpecificSoundSet 0.55 false SwordSwing checkVisible 
//-- end auto generated section
				Connect righthand sword2 hotspot
				Connect lefthand sword hotspot
         }
      }
   }
}

//==============================================================================
anim Death
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual illidan_death
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.11 false MaleDeath checkVisible 
//-- end auto generated section
				Connect righthand sword2 hotspot
				Connect lefthand sword hotspot
length 2.0
				}
			}
		}
	}
}
//==============================================================================
anim Recover
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual illidan_recover
				Connect righthand sword2 hotspot
				Connect lefthand sword hotspot
				}
			}
		}
	}
}